home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 4 / CDPD_IV.bin / e / mailinglists / amigae.0294feb.archive / 000010_donews!crash!m…h.rit.edu!jerry_Fri, 4 Feb 94 01:41:45 PST.msg < prev    next >
Internet Message Format  |  1994-05-26  |  19KB

  1. Received: by bkhouse.cts.com (V1.17-beta/Amiga)
  2.       id <1q4r@bkhouse.cts.com>; Fri, 4 Feb 94 01:41:45 PST
  3. Received: from crash by donews.cts.com with uucp
  4.     (Smail3.1.28.1 #18) id m0pSKBE-0001PDC; Fri, 4 Feb 94 01:38 EST
  5. Received: from vmbb.cts.com by crash.cts.com with smtp
  6.     (Smail3.1.28.1 #18) id m0pSJwC-0000rJC; Thu, 3 Feb 94 22:22 PST
  7. Received: from nick.csh.rit.edu by vmbb.cts.com with smtp
  8.     (Smail3.1.28.1 #9) id m0pSJ2I-0002wgC; Thu, 3 Feb 94 21:24 PST
  9. Received: from localhost (jerry@localhost) by nick.csh.rit.edu (8.6.3/8.6.3) id XAA15653 for AmigaE@bkhouse.cts.com; Thu, 3 Feb 1994 23:40:28 -0500
  10. Message-Id: <199402040440.XAA15653@nick.csh.rit.edu>
  11. Date: Thu, 3 Feb 1994 23:40:25 -0800
  12. X-Mailer: Mail User's Shell (7.2.5 10/14/92)
  13. From: jerry@mail.csh.rit.edu (Prince of Llamas)
  14. To: AmigaE@bkhouse.cts.com
  15. Subject: Accessing the joystick port?
  16.  
  17.  
  18. Hiya all!  anyone done any system calls to access the joystick port?  I want
  19. to try some stuff with the joystick data... (not a game)
  20.  
  21.     -Jerr
  22.  
  23. -- 
  24.    __                                    __   "There's nothing like seeing
  25.  \ oo /      sdl7253@cs.rit.edu         ///       nature on a screaming
  26.   `--'                               __///           crotch rocket."
  27.   _/|_     jerry@mail.csh.rit.edu    \\//                      -Crow T. Robot    
  28. From donews!crash!marlin.ssnet.com!c-hardy Fri, 4 Feb 94 01:42:17 PST
  29. Received: by bkhouse.cts.com (V1.17-beta/Amiga)
  30.       id <1q59@bkhouse.cts.com>; Fri, 4 Feb 94 01:42:17 PST
  31. Received: from crash by donews.cts.com with uucp
  32.     (Smail3.1.28.1 #18) id m0pSL4x-0002o8C; Fri, 4 Feb 94 02:35 EST
  33. Received: from marlin.ssnet.com by crash.cts.com with smtp
  34.     (Smail3.1.28.1 #18) id m0pSKqS-000074C; Thu, 3 Feb 94 23:20 PST
  35. Received: by marlin.ssnet.com (4.1/SMI-4.1)
  36.     id AA29534; Fri, 4 Feb 94 02:20:05 EST
  37. Date: Fri, 4 Feb 1994 02:20:05 -0500 (EST)
  38. In-Reply-To: <Pine.3.89.9402021608.A16560-0100000@kazak>
  39. Message-Id: <Pine.3.88.9402040217.D29477-0100000@marlin.ssnet.com>
  40. Mime-Version: 1.0
  41. Content-Type: TEXT/PLAIN; charset=US-ASCII
  42. From: Curtice Hardy <c-hardy@marlin.ssnet.com>
  43. To: The AmigaE Mailing List <AmigaE@bkhouse.cts.com>
  44. Subject: UNSUBSCRIBE
  45.  
  46.  UNSUBSCRIBE
  47. From donews!crash!freenet.buffalo.edu!ac812 Fri, 4 Feb 94 01:42:47 PST
  48. Received: by bkhouse.cts.com (V1.17-beta/Amiga)
  49.       id <1q5o@bkhouse.cts.com>; Fri, 4 Feb 94 01:42:47 PST
  50. Received: from crash by donews.cts.com with uucp
  51.     (Smail3.1.28.1 #18) id m0pR6kp-0001wDC; Mon, 31 Jan 94 17:05 EST
  52. Received: from freenet.buffalo.edu by crash.cts.com with smtp
  53.     (Smail3.1.28.1 #18) id m0pR6SN-0000LjC; Mon, 31 Jan 94 13:46 PST
  54. Received: from localhost (ac812@localhost) by freenet.buffalo.edu (8.6.4/8.6.4) id QAA24334; Mon, 31 Jan 1994 16:46:49 -0500
  55. Message-Id: <199401312146.QAA24334@freenet.buffalo.edu>
  56. Date: Mon, 31 Jan 1994 16:39:33 -0500
  57. Reply-To: ac812@freenet.buffalo.edu
  58. From: ac812@freenet.buffalo.edu (Matthew Hornyak)
  59. To: AmigaE@bkhouse.cts.com
  60. Subject: Pointing to gadget
  61.  
  62.  
  63.  
  64. I am writing a program where I wanted my string gadget to be automatically
  65. activated. So, I used the ActivateGadget() routine. I can't get
  66. ActivateGadget() to activate my string gadget. I created the interface to
  67. my program using GadToolsBox and SrcGen.
  68.         
  69. Here's what I'm doing:
  70.         
  71.         PROC openrequeststringwindow()
  72.           DEF g:PTR TO gadget
  73.           IF (g:=CreateContext({requeststringglist}))=NIL THEN RETURN NOCONTEXT
  74.           IF (g:=CreateGadgetA(STRING_KIND,g,
  75.             [offx+65,offy+41,326,14,'_String',tattr,0,1,visual,0]:newgadget,
  76.             [GTST_MAXCHARS,256,
  77.              GT_UNDERSCORE,"_",
  78.              NIL]))=NIL THEN RETURN NOGADGET
  79.           IF (g:=CreateGadgetA(BUTTON_KIND,g,
  80.             [offx+9,offy+61,94,14,'_Ok',tattr,1,16,visual,0]:newgadget,
  81.             [GT_UNDERSCORE,"_",
  82.              NIL]))=NIL THEN RETURN NOGADGET
  83.           IF (g:=CreateGadgetA(BUTTON_KIND,g,
  84.             [offx+296,offy+61,94,14,'_Cancel',tattr,2,16,visual,0]:newgadget,
  85.             [GT_UNDERSCORE,"_",
  86.              NIL]))=NIL THEN RETURN NOGADGET
  87.           IF (g:=CreateGadgetA(TEXT_KIND,g,
  88.             [offx+9,offy+13,382,25,'',tattr,3,0,visual,0]:newgadget,
  89.             [GTTX_TEXT,bodytxt,
  90.              GTTX_COPYTEXT,1,
  91.              GTTX_BORDER,1,
  92.              NIL]))=NIL THEN RETURN NOGADGET
  93.         
  94.         [...]
  95.         
  96.         ActivateGadget(g.gadgetid.0,requeststringwnd,NIL)
  97.         
  98.         
  99. I can't get the program to compile when I have this in. My string gadget is 
  100. gadgetid 0.
  101.         
  102. Should I use this kind of DEF instead?
  103.         
  104. DEF pointer PTR TO gadget, gadgetid
  105.  
  106. --
  107. ---------------->-Matthew Hornyak-ac812@freenet.buffalo.edu-<-----------------
  108. Please support the Bill Clinton mind fund.     |Super Bowl 25, 26, 27 and 28
  109. Because a mind is a terrible thing not to have.|GO BILLS in Super Bowl XXVIII
  110. From donews!crash!QUCDN.QUEENSU.CA!QUCDN.QUEENSU.CA!3NDS3 Fri, 4 Feb 94 01:43:20 PST
  111. Received: by bkhouse.cts.com (V1.17-beta/Amiga)
  112.       id <1q66@bkhouse.cts.com>; Fri, 4 Feb 94 01:43:20 PST
  113. Received: from crash by donews.cts.com with uucp
  114.     (Smail3.1.28.1 #18) id m0pR7dg-0001tLC; Mon, 31 Jan 94 18:02 EST
  115. Received: from QUCDN.QueensU.CA by crash.cts.com with smtp
  116.     (Smail3.1.28.1 #18) id m0pR7aD-00000xC; Mon, 31 Jan 94 14:59 PST
  117. Received: from QUCDN.QUEENSU.CA by QUCDN.QueensU.CA (IBM VM SMTP V2R2)
  118.    with BSMTP id 7074; Mon, 31 Jan 94 17:56:54 EST
  119. Received: from QUCDN.QueensU.CA (NJE origin 3NDS3@QUCDN) by QUCDN.QUEENSU.CA (LMail V1.1d/1.7f) with BSMTP id 4691; Mon, 31 Jan 1994 17:56:54 -0500
  120. Message-Id: <m0pR7aD-00000xC@crash.cts.com>
  121. Date:         Mon, 31 Jan 94 17:52:43 EST
  122. In-Reply-To:  Message of Fri, 28 Jan 1994 22:39:09 -0500 from <ao443@freenet.carleton.ca>
  123. From: 3NDS3 <3NDS3@QUCDN.QueensU.CA>
  124. To: The AmigaE Mailing List <AmigaE@bkhouse.cts.com>
  125. Subject: Re: New Project! C2E!
  126.  
  127. On Fri, 28 Jan 1994 22:39:09 -0500 <ao443@freenet.carleton.ca> said:
  128.  
  129. >But, I would like to make this a list project if at all possible.
  130. >Any example code, algorithims for problems would be greatly appreciated.
  131. >Once I get the .h converter working 100%, I'll put a preliminary version in dev/e. (Mind you,
  132. I myself would be totally happy with something that converted .h files to
  133. the equivalent in .m files. I'm thinking about doing some DLG programming
  134. using E, but the thought of somehow making a .m file that EC will understand
  135. has stopped me so far. ;-)
  136.  
  137. Is there any way right now to type in an equivalent OBJECT to the C structure
  138. and then convert that ASCII file to a .m module? Otherwise it becomes a bit
  139. of a pain to use E, since I learn best through hacking with sample code, and
  140. all the sample code for this stuff is in C.
  141.  
  142.          Dave
  143. From donews!crash!cup.portal.com!WiZkId Fri, 4 Feb 94 01:44:27 PST
  144. Received: by bkhouse.cts.com (V1.17-beta/Amiga)
  145.       id <1q7e@bkhouse.cts.com>; Fri, 4 Feb 94 01:44:27 PST
  146. Received: from crash by donews.cts.com with uucp
  147.     (Smail3.1.28.1 #18) id m0pR9zK-0001owC; Mon, 31 Jan 94 20:33 EST
  148. Received: from nova.unix.portal.com by crash.cts.com with smtp
  149.     (Smail3.1.28.1 #18) id m0pR9c2-0000e2C; Mon, 31 Jan 94 17:09 PST
  150. Received: from hobo.corp.portal.com (hobo.corp.portal.com [156.151.1.14]) by nova.unix.portal.com (8.6.4/8.6.4-1.13) with ESMTP id RAA15145 for <amigae@bkhouse.cts.com>; Mon, 31 Jan 1994 17:09:51 -0800
  151. Received: from localhost (pccop@localhost) by hobo.corp.portal.com (8.6.4/1.13) id RAA25123 for amigae@bkhouse.cts.com; Mon, 31 Jan 1994 17:09:50 -0800
  152. Lines: 34
  153. Date: Mon, 31 Jan 94 17:09:49 PST
  154. Message-ID: <9401311709.3.23539@cup.portal.com>
  155. X-Origin: The Portal System (TM)
  156. From: WiZkId@cup.portal.com
  157. To: AmigaE@bkhouse.cts.com
  158. Subject: Re: Amiga E bug! (I'm pretty sure.)
  159.  
  160. >One other thing I'm stuck on is with a device/volume/assign list. I want to
  161. >be able to show it similar to the way ASL shows it ie:
  162. >
  163. >
  164. >DEVICENAME:   VOLUMENAME:             xx% full
  165. >DEVICE2:      VOLUME2:                yy% full
  166. >C:                                    Assign
  167. >CLIPS:                                Assign
  168. >
  169. >etc...
  170. >But... no matter which way I do it, I either end up with devices I don't
  171. >want
  172. >(SER:  AUX: PRT: PAR: etc)  or I have no devices at all, just volumes and
  173. >assigns...   the second option would be OK if I knew how to get the device
  174. >name from the volume name..  e.g. given I have a volumename of
  175. >AmigaLibDisk930,  how do I find from that the device it is in?
  176. >e.g. DF3:
  177. >
  178. >At the moment I'm just showing ALL devices/volumes and assigns. Will cause
  179. >some
  180. >problems if someone decided to try and view the contents of PAR:  :-)
  181.  
  182.     Here's a solution: Get ALL Devices, and then check all VOLUMES ONLY.  A
  183. Device which has a filesystems IS GOING TO HAVE a VOLUME NAME.  Just do a
  184. little cross-checking and baddabing, baddaboom :-)
  185.  
  186.  /*******************************************************\
  187. | ** .  . ___  .    *                                  ** |
  188. | ** |  |.  /| |  | * Internet: WiZkId@cup.portal.com  ** |
  189. | ** |  || / |/|.-| *                                  ** |
  190. | ** |/\||/__|\||_| * A Visual Image/GammaSoft         ** |
  191. | **                *                                  ** |
  192. |/*******************************************************\|
  193.  ---------------------------------------------------------             
  194. From donews!crash!comlab.oxford.ac.uk!ecs.oxford.ac.uk!m88jrh Fri, 4 Feb 94 01:46:20 PST
  195. Received: by bkhouse.cts.com (V1.17-beta/Amiga)
  196.       id <1q99@bkhouse.cts.com>; Fri, 4 Feb 94 01:46:20 PST
  197. Received: from crash by donews.cts.com with uucp
  198.     (Smail3.1.28.1 #18) id m0pRGzg-0002TNC; Tue, 1 Feb 94 04:02 EST
  199. Received: from sun2.nsfnet-relay.ac.uk by crash.cts.com with smtp
  200.     (Smail3.1.28.1 #18) id m0pRGeL-0000NZC; Tue, 1 Feb 94 00:39 PST
  201. Received: from ecs.oxford.ac.uk (ecs.ecs) by comlab.oxford.ac.uk id AA27958;
  202.           Tue, 1 Feb 94 08:39:08 GMT
  203. Received: from ecs.ox.ac.uk (booth8.ecs) by ecs.oxford.ac.uk (4.1/ecs.1) 
  204.           id AA29647; Tue, 1 Feb 94 08:42:08 GMT
  205. Received: by ecs.ox.ac.uk (4.1/ecs2.0) id AA03081; Tue, 1 Feb 94 08:40:39 GMT
  206. Via: uk.ac.oxford.comlab; Tue, 1 Feb 1994 08:39:39 +0000
  207. Date: Tue, 1 Feb 94 08:40:39 GMT
  208. Message-Id: <9402010840.AA03081@booth8.ecs.ox.ac.uk>
  209. From: m88jrh@ecs.oxford.ac.uk
  210. To: amigae@bkhouse.cts.com
  211. Subject: Amiga Shopper article.
  212.  
  213.  
  214. Dear All,
  215.  
  216. At long last my article about Amiga E has been published in Amiga Shopper (a
  217. UK serious magazine).  If anyone's interested it's in Issue 35 (March 1994)
  218. on pages 62-63.  I haven't had time to look at it in detail, yet, but it
  219. seems like all the bad puns have been left in!  The references to 2.5 show
  220. the age of the article...
  221.  
  222. ---
  223.    _____  _
  224.      /   / |    /  /
  225.     /   /__/   /__/      Jason R. Hulance
  226.    /   /\     /  /   <m88jrh@uk.ac.oxford.ecs>
  227. |_/ . /  \ . /  / .
  228. From donews!crash!archiduc.irit.fr!vintenat Fri, 4 Feb 94 01:46:33 PST
  229. Received: by bkhouse.cts.com (V1.17-beta/Amiga)
  230.       id <1q9f@bkhouse.cts.com>; Fri, 4 Feb 94 01:46:33 PST
  231. Received: from crash by donews.cts.com with uucp
  232.     (Smail3.1.28.1 #18) id m0pRHTZ-0001nyC; Tue, 1 Feb 94 04:32 EST
  233. Received: from archiduc.irit.fr by crash.cts.com with smtp
  234.     (Smail3.1.28.1 #18) id m0pRHKD-0000XpC; Tue, 1 Feb 94 01:23 PST
  235. Received: from localhost (vintenat@localhost) by archiduc.irit.fr (8.6.4/8.6.4) id KAA05246 for amigae@bkhouse.cts.com; Tue, 1 Feb 1994 10:22:21 GMT
  236. Date: Tue, 1 Feb 1994 10:22:21 GMT
  237. Message-Id: <199402011022.KAA05246@archiduc.irit.fr>
  238. From: Lionel VINTENAT <vintenat@archiduc.irit.fr>
  239. To: amigae@bkhouse.cts.com
  240. Subject: Mac2E for 1.3 users
  241.  
  242.     Hi everybody,
  243.  
  244.     Mac2E v3.0 is finished, and I'm now working on the docs. It is far more
  245. better (faster above all) then the 2.0 one. But I will tell you its new features
  246. when I'll put it on aminet (next week I hope).
  247.     For the moment, my problem is that Mac2E still needs Workbench 2.0+ to
  248. run. So, I ask myself if someone is interested by a 1.3 version. If it is, let
  249. me know ! It's useless to do a program if nobody (even you !) uses it :-) I
  250. point out that the Mac2E v3.0 is FASSSSSSSSSSTER than the Mac2E v2.0. So I
  251. think that any Amiga user (even with a 68000 inside) can afford the extra time
  252. needed to use it. To be more precise, in the worst cases, Mac2E v3.0 doubles
  253. the compilation time.
  254.     I've already think about a 1.3 version. My problem is to emulate the
  255. ReadArgs() function. To do this, I thought to use the arp.library. So I got
  256. it from aminet yesterday. But when I extrated the docs, I found out that the
  257. aminet version is only for 2.0 Kickstart, ARGGGGGGGGGG :-( But I'm sure that
  258. the versions above 39 are for 1.3 kickstart. So, is any of you knows where I can
  259. find v39 arp.library ? Perhaps, somebody owns it ! Third solution : is any of
  260. you successed in making a ReadArgs() emulation for 1.3 ?
  261.  
  262.     Thanks for your answers, Lionel
  263. From donews!crash!cogs.susx.ac.uk!robda Fri, 4 Feb 94 01:47:21 PST
  264. Received: by bkhouse.cts.com (V1.17-beta/Amiga)
  265.       id <1qaa@bkhouse.cts.com>; Fri, 4 Feb 94 01:47:21 PST
  266. Received: from crash by donews.cts.com with uucp
  267.     (Smail3.1.28.1 #18) id m0pRJpy-0002TLC; Tue, 1 Feb 94 07:04 EST
  268. Received: from tsunb.ctn.cogs.susx.ac.uk by crash.cts.com with smtp
  269.     (Smail3.1.28.1 #18) id m0pRJb0-0000QrC; Tue, 1 Feb 94 03:48 PST
  270. Received: by tsunb.ctn.cogs.susx.ac.uk (Smail3.1.28.1 #44)
  271.     id m0pRJYz-0001LPC; Tue, 1 Feb 94 11:46 GMT
  272. Message-Id: <m0pRJYz-0001LPC@tsunb.ctn.cogs.susx.ac.uk>
  273. Date: Tue, 1 Feb 1994 11:46:36 +0000 (GMT)
  274. In-Reply-To: <m0pQzpt-0003FJC@vmbb.cts.com> from "Olivier Anh" at Jan 31, 94 03:41:14 pm
  275. MIME-Version: 1.0
  276. Content-Type: text/plain; charset=US-ASCII
  277. Content-Transfer-Encoding: 7bit
  278. Content-Length: 183
  279. From: "Robert Dabell" <robda@cogs.susx.ac.uk>
  280. To: AmigaE@bkhouse.cts.com
  281. Subject: Re: LIST VIEW
  282.  
  283. > I'm try to have a list view with the IntuiSup.library
  284.                                        ^^^^^^^^^^^^^^^^
  285.  
  286. What exactly is this, and where can I get it?
  287.  
  288.  
  289. Thanks,
  290.        Robert
  291. From donews!crash!plucky.ike.safb.af.mil!bwills Fri, 4 Feb 94 01:49:15 PST
  292. Received: by bkhouse.cts.com (V1.17-beta/Amiga)
  293.       id <1qcf@bkhouse.cts.com>; Fri, 4 Feb 94 01:49:15 PST
  294. Received: from crash by donews.cts.com with uucp
  295.     (Smail3.1.28.1 #18) id m0pRN5b-0001NIC; Tue, 1 Feb 94 10:32 EST
  296. Received: from kirk.safb.af.mil by crash.cts.com with smtp
  297.     (Smail3.1.28.1 #18) id m0pRMfV-0000T1C; Tue, 1 Feb 94 07:05 PST
  298. Received: from ike (ike [140.175.6.44]) by kirk.safb.af.mil (8.6.4/8.6.4) with SMTP id JAA26148 for <amigae@bkhouse.cts.com>; Tue, 1 Feb 1994 09:04:47 -0600
  299. Received: from plucky.safb.af.mil by ike (4.1/SMI-4.1)
  300.     id AA25990; Tue, 1 Feb 94 09:01:04 CST
  301. Received: by plucky.safb.af.mil (4.1/SMI-4.1)
  302.     id AA00227; Tue, 1 Feb 94 09:02:42 CST
  303. Date: Tue, 1 Feb 94 09:02:42 CST
  304. Message-Id: <9402011502.AA00227@plucky.safb.af.mil>
  305. From: bwills@plucky.safb.af.mil (Barry D Wills)
  306. To: 
  307. Subject: Re: LIST VIEW
  308.  
  309. ~8> yes, I want this example. I'm try to have a list view with the IntuiSup.library
  310. ~8> But I don't know how to pass the list of text...
  311. ~8> 
  312. ~8> Or does anybody else have an example ?
  313.  
  314. By popular demand, or so it seems...
  315.  
  316. Gadtools ListView Example.  This isn't intuisup, Olivier,
  317. but I would imagine you could apply the same concepts.
  318.  
  319. UUencoded since it's _just_ over 200 lines.
  320.  
  321. Enjoy.
  322. -- Barry
  323.  
  324. begin 664 gtlv.lha
  325. M'QXM;&@U+04+  #0'P  2)4^'" !!F=T;'8N96M)504 4/V!!P!1O +# @< 
  326. M5.A33"T   @><[KNC4<>-\Y\ <L52 [7#0V2=LHJ<D]!AKO  ALTBN]%$]# 
  327. M&N>ME;9-AU7?&[]G_,;;8:;LG22\KW*I555+O!?+5?-:K\)[Z;W#M9&VVYR_
  328. M1Y?]_OHI&,P9J#;#G.;4=\\+D9]!NS<9K);O,83>VO6L4AI+A^V T6N#N=?U
  329. M&'T:. V>$XUJQNUQ]S4/MQ_0;.\=Q_;L,X;4YHC@@>B,\[%'[73]U8 9E_.]
  330. MMT'B-V;8XX'T:34>.(MTX:*.% >3B&TP0FT[7\\;L#[CSL>Y  7RM].+)9,;
  331. MHK&S.O /<DA56?+5I&_ZA7EI8L;9L374QD:9Q8;7FYZ5+!BN9;[!J<AKTUC4
  332. MWG>R%R%T\7+1BNOQ[74%KRR^--8%V7Z?-B"0#OELM4+FS6[GBY8S^Z.?6']Q
  333. M\_*A(!:4O5^ (_1Z[8W4(5Y8W-3L9^VG2I(83-=4C(T)X]L+YO:X]M/%6,1K
  334. M,8<N V'%A86'S;Q86V/4VCRO+W+S!>.;H1\]3+65>^L;%C8PWDX[.&YBS(\<
  335. M  C2QL#&!0QO)5>S<WB5>Y<Z,K;>+#[&;BQKC%]AMB? :;R,X;Q>5]EIOJ98
  336. MS#TI4LB[+3!O( [Y#,W383]U2K:PLWY$)RY+1,6)S%$0U&&1W(=!FH<]X[X9
  337. M/VZ=*B3N,73!KQ&MLXV\AF\2/;1!W)# 471E)4TG*U(3_,07M=BVN/3>[K^F
  338. M"*3;I:Z3D=IXH@XO;><BB3@P:=/N61\[EC1N1QPJ+>^IR$G!HMNS9!#',X1%
  339. M.8,A%2"_M>UK&G_<OT&8#$A:</3/:)G?C(8DBEU(""/I&;U#-H"BC$D"$I.J
  340. M>7^7Y00<T:.@GV_D$0$.BA_M$$@;,'T10>(0T'>/&?\0G\ @G9\0FH()@RI:
  341. MT^00:HA$+)="04HB- .RI1]X0ZD:J0HK?2OD2>6. /['A1O>$.3L#4(QYBAI
  342. M8\F*V&5'8T)WJ/3KIJI8M9&6Z(B'W$<!Y%W*8E"TJVL[FBS:>Y/.7K&XZ]9)
  343. MR63UV0G1GAZ>X@6J&<0@7[&B;XJ*%6+8'198<A-/(+1+CI-\RC4/(U)(@G8Y
  344. M$>S:1O+Y;O=4EB:UD@W=36\W/5)[LS?2(WF1AO+DPJ@WJ!P$UFU?@S_;CV]B
  345. MB7IYH(?M[#OY]=/W[U$+U6[2]+9M7@I(O)D%8N@)+#:_ANTP\Z1/3;K-H:JM
  346. MW=@>)@V<C+\:-U6A<BC0\YR>CTU?+8KC5D^-9M==,:9S[JVF!\1OO2M76K^N
  347. MRB.63\JDSF*+RI-N=Z"(_!-MT'$(VL13C8EDZ*1-B$]RJ)H3J4)Y)E( "6AH
  348. MJA8U5.B2@R;1S(14B=6G!Q)TF5][>G9$.P9BM-0N9.OMH*F1==&=5[V8TT&4
  349. MA1^+:"G%0Y'MSB5ZIG-.U$O_ME/A$0S4LITQ!DRQN2P4--4D.\J#TSDR'@D1
  350. M&.^(O6,B1["*(J#:-;V[!0W2NH#;!T 2B6F?WL8KJ7BS3O23)JJ:K-JV176P
  351. MP4& *G\243]_X,Y*G S;J2,=(!$HI7J2S(OK$X98'R4,GK1)0Y.=,E+DL>98
  352. MW-YQ\6*]=4RVG@W&P0"7*4<2FJ3KOFXK&KK*8@'EZ[+Y^ZB6)UWF[_5[+Z_0
  353. MQ?:DDTH*10@+-:Z<69H3W[;; !R&*S-KWO9<#=GK_ ]DT-LQZT10.)\JH)R/
  354. M?XGM8L2'OS2'M,=,]#-_0YVF_9@7]2(V;2W-Z/[F&3,+>MV(P_N[6>$YH]9_
  355. MC'D&AUNB2(_*RS.U]O0)6BV'SH<22V-XR8+4VYK)#M+_5@A-&^LVI9WO%0RJ
  356. M;GWL_>CTS*(Y+ 1O](_['/(HI?1HF4;PJ$['T_DI'_#(=%!-^A>6.;]GY%[<
  357. M(*S&!X58W_##^$AZ 3/,Q53]14%GOB=?M^I&M^:%":6PP")IF7":[>#&B'NA
  358. MHM54K$;3#!VDU6]PIW[-$]$5D29Y"2+;<U%#PEJ_.L!Z^Q=;FJA/-Z5([&2W
  359. MBQSU3MCSS9.9FXWTRY9**YO1SS9_2PS>Z90JEE[T5YL\C2EW]0O;V9&+N1AK
  360. MI394FQ9#)QK=_$TQQQ$IZRXQ@TOE5H)U&#%E:8P8NIA&[DB;I2B,!JWDQ7[[
  361. M&0L"K,3]V^O>:F)_-=OA@?(O>Z!4(#;)]V,;?2DAY<,BKEP_F3):IK OD;D/
  362. M.4 +VVV>I=MB<BVV6[["TUJ$,*WE:;Q8 7C#&%9$_:;*P,X9U.?3S[\F=2W-
  363. M8GR5_5/L_U\UNOORZ-KSSA 7Y>)>Y^X$6C+G!Z4 2(_U3R;_S=/2N0:F]'[,
  364. MA](H/M:G0PV.4IF6B/\*8K@[8-?/1LS 3C1G]SCL?G4ZD3EF^Y:JJHJ!H),@
  365. MK_U6P$%7=L.-'D8QL+MD<*,&S:KEYLIW-H&:*L9G!%J0(JVV(\**H2JIKA.R
  366. M&IK9T7-2L5,Y"00I_6UQ>M<&_Z5%QV(&:[^XR*1U4KGN'"Q&T"OE$N,K0$)3
  367. M*74"$T20*-X $&9T2XHW=.X3#W<^LT#XF'C!*#8H^JR1EW@!-Z41E.J%?'-K
  368. M))AW0H\1PAGP-[? *G 825T'%0ZIAU*TM^<P_HGS%F\F5BC0T*?'&=8;B4ST
  369. MI=_D/L>W$JL&,G<BDZ85H,P8OQA7?O60 6S=&FRX6Q(H)6\C59>B6< A9N H
  370. MP<C+@DY80@6B[)>#=B.(FG]U#]X<&H%GOGM75P2JQ5?F."(N*0(UB6)<'%8Q
  371. ME?+.Z4*VA/3B 1CUHO%0XUX4<6^X& DLVA>A7Q8<^%%T'N*]$K609)H;AR B
  372. M"XX<@>K@(1]42KI1DI &^NA>):RLFL^YVG(D4<1@"=1ECUMP;-U2C1K>-+2*
  373. M+._?JRH7/&X&T4$--8H?.:1*4 85:/&JB,%"-$N:I)7T+&DA-+=];7Y;%%4%
  374. M,0.<.O25-(=K?#(B76GU69:+,H,JAY\<+)I=A!19];D+F<<$!,C0D8EP&Z. 
  375. MM2KDO:3@("S":9%.%TC1D6:TB5$$BAM@;:V [4?D2)5^KP2)U^O^P'0 K6\@
  376. MY-LV/?X[8M#FZ61RS,S:RF[$G&1,1;<^=6*SAM[V]9,;]#'+BE0++-I$!V2 
  377. M5,89"U7"X?/6J?L+Q(ODQ\26;P.E+Y59"#B/16Y)H_(',_>TCWN4_Y:/^5#[
  378. MP:EGG-^/XM3)4"4)S_EL9V\.$VA->]=#M10_* 9+$(X0\3.\(9JN03$-!^!/
  379. M(+"6-$,0.+Z-\+_?$3\MBJBE<J>+C=7X0QO_0(;HH>DP#T12(];@?^@A$NW8
  380. M. (B*!G.;\D<WQY$;Q@0W0@=VS:L%1CT .YB][M:FH.V#VICG:#N/#B541Y)
  381. M"=$E30Y&Y*,DZTG@B6HZ"SB/.\EWXE7_[@_XM?=KCHX^8W2OAN$_5)SY;/!F
  382. MI',5(I*G7SO)YG4-C/Z'4(U1. 4U>A.<C5N_EM;15:JH9U%R%-D;ZFWCT4UF
  383. MUQJT)J/M52A1KIT,_G4M2[TJ<,N<1V3<XBJIKWU!4H3EX)'P4-/2%$$83_PV
  384. MNER&2N>P^%%1\A+1P'O@*.^#WQ5O5[QYWJCX?N.\LH7KW].#P8!M>*]O OI&
  385. MM?ZB[A6BH%S\"GDA5'B]J#SHB,:73O:/U<1=QJ[^]?+.%O*RVS;^MK?M<.+&
  386. M@3@1 0."BW[#HIUBL$T=O)%!VBI.UNQQ[@D=R((Y^^SY:E \XCA-9)0T7:\+
  387. M^Q6JXV[LTT*3[X<\4#11W8>794KA\7U6Q?2C#S0B)K=J4V/=G/L)))O)]D7D
  388. 4^P=NR;K/)B(X@.K2\1G_,0J@3@#A
  389.  
  390. end